This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
I'm trying to have a field that calculates how long a document hasn't been closed by a due date.
Field:
DueDate - Time\Date - Computed for Display
with value: @Adjust(DateRaised ; 0 ; 0 ; 30 ; 0 ; 0 ; 0 )
DateNow - Time\Date - Computed for Display
with value: @Now
DaysOS - Number - Computed for Display
with value: @IsNumber(DateNow-DueDate/864000)
The DaysOS field doesn't calculate the number of days, it only displays a zero. Before I added the @IsNumber I kept getting number expected error.
I have tried different combinations but just can't get it right.
Appreciate some help.
Marion
Feedback number WEBB95L62E created by ~Chloe Minnulitli on 03/08/2013
Status: Open
Comments: